home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / examples / demo / demotext / object3d.txt < prev    next >
Text File  |  1997-07-08  |  4KB  |  121 lines

  1.  
  2.             THREE DIMENSIONAL GEOMETRY DEMO
  3.    
  4.    This demo shows geometric forms and molecules.
  5.    Choose among several different 3D objects.
  6.  
  7.  
  8.    MENU OPTIONS
  9.    ------------
  10.  
  11.    File Menu:
  12.       Select "Quit" to exit the Map Demo and return 
  13.       to the IDL Demo main screen.
  14.  
  15.    Options Menu:
  16.    
  17.       Shading
  18.       o  Select "Flat" to represent solid objects. 
  19.       o  Select "Gouraud" shading for the solid. 
  20.          Gouraud shading results in a more realistic 
  21.          appearance.
  22.          
  23.          Shading is only enabled when the Style is set 
  24.          to Solid.
  25.  
  26.       Style
  27.       o  Select "Points" to display the object as a set
  28.          of points.
  29.       o  Select "Wire" to display the object with a 
  30.          wire-frame surface.
  31.       o  Select "Solid" to display the object as a 
  32.          solid. You can also select either "Flat" or 
  33.          "Gouraud" shading.
  34.       o  Select "Hidden Points" to display only the 
  35.          points located immediately in front.
  36.       o  Select "Hidden Wire" to display only the lines
  37.          of the wire-surface located immediately in 
  38.          front.
  39.    
  40.       Backface culling
  41.          Select this option (turn it "on") to only 
  42.          show the outside surface of the objects,
  43.          making inner surfaces transparent.
  44.  
  45.       Vertex coloring
  46.          Select this option (turn it "on") to display
  47.          the object with predetermined colors.
  48.  
  49.       Edging
  50.          Select this option (turn it "on") to show the
  51.          polygon edges of the object. This option is 
  52.          the most effective when viewed with the 
  53.          "Solid" style.
  54.  
  55.       Bottom color
  56.          Select this option (turn it "on") to 
  57.          differentiate inner surfaces with a separate 
  58.          color.
  59.  
  60.       Line thickness
  61.          Select the line thickness (1, 3, 5 or 7 
  62.          points). This option is disabled when the 
  63.          style is set to "Solid".
  64.  
  65.       Drag quality
  66.          Drag quality applies only to solid surfaces.
  67.          o  Select "Low" to show the dragged image as 
  68.             a single-color wire-frame object.
  69.          o  Select "Medium" to show the dragged image 
  70.             as a "Flat" object, even if the Shading is 
  71.             already set to "Flat".
  72.          o  Select "High" to show the dragged image as
  73.             it is shown.
  74.  
  75.          The higher the drag quality, the slower the 
  76.          speed of rendering the object. You may or may
  77.          not see a difference, depending on your 
  78.          machine's speed.
  79.  
  80.    About Menu:   
  81.       Select "About 3D Geometry" for information about 
  82.       the 3D Geometry Demo.
  83.  
  84.  
  85.    FEATURES
  86.    --------
  87.  
  88.    <<Seashell>> radio button
  89.       Shows a seashell-shaped object.
  90.  
  91.    <<Knot>> radio button
  92.       Shows a pretzel-like knot object.
  93.  
  94.    <<Teapot>> radio button
  95.       Shows a teapot-shaped object.   
  96.  
  97.    <<Valium Molecule>> radio button
  98.       Shows a valium molecule.   
  99.  
  100.    <<Aspartame>> radio button
  101.       Shows an aspartame molecule.
  102.  
  103.    <<Caffeine>> radio button
  104.       Shows a caffeine molecule.
  105.  
  106.    <<Reset Orientation>> button
  107.       Return the object to its initial orientation.
  108.  
  109.    INTERACTIVE MOVEMENT
  110.       Use your left mouse button to interactively 
  111.       rotate (drag) the selected object. Position the 
  112.       cursor on the object and, while holding down the
  113.       left mouse button, move the cursor. Release the 
  114.       mouse button when you are satisfied with the 
  115.       position of the object. 
  116.  
  117.       For solid objects, you can also specify the Drag
  118.       Quality, which affects the object's appearance
  119.       while it is being dragged. If you find that 
  120.       dragging the object is slow, lower the 
  121.       Drag Quality.